home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 41 / Amiga Format CD41 (1999-06)(Future Publishing)(GB)[!][issue 1999-07].iso / -seriously_amiga- / programming / other / ppc_c2p / ppc_c2p.h < prev    next >
C/C++ Source or Header  |  1999-04-19  |  314b  |  15 lines

  1. #ifndef PPC_C2P_H
  2. #define PPC_C2P_H
  3.  
  4. #ifndef EXEC_TYPES_H
  5. #include <exec/types.h>
  6. #endif
  7.  
  8. IMPORT RGB15_TO_HAM6_NI(UWORD *RGB15, ULONG **Planes,
  9.                         ULONG Width, ULONG Height);
  10.  
  11. IMPORT C2P_NI(UBYTE *Chunky, ULONG **Planes,
  12.               ULONG Width, ULONG Height);
  13.  
  14. #endif /* AMIGA_C2P_PPC_H */
  15.